big endian meaning in Chinese
和大尾数法
Examples
- All processors must be designated as either big endian or little endian
任何处理器都必须设计成要么是大端字节序,或者要么小端字节序。 - If the stack will run on a big endian processor , there ' s nothing to worry about
如果该栈运行在一个大端字节序的处理器上,则于此不必担心。 - This means that control data within the tcp ip stack is naturally in order for big endian machines
这意味着,对高位优先的机器来说,在tcp / ip内控制数据是自然有序的。 - Big endian means that the most significant byte of any multibyte data field is stored at the lowest memory address , which is also the address of the larger field
大端字节意味着任意多字节数据字段的高位字节存储于低的内存地址中。低内存地址也是大字段的地址。 - Big endian architectures , such as the powerpc , have an advantage over little endian architectures such as the intel pentium series in that network byte order is big endian
高位优先架构(比如powerpc )比低位优先架构(比如intel pentium系列,其网络字节顺序是高位优先)有优势。